| the bold tag: | < b> < /b> |
| the italic tag: | < i > < /i> |
| the underline tag: | < u> < /u> |
| the table tag | < table> < /table> |
| the table row tag | < tr> < /tr> |
| the table data tag | < td> < /td> |
| Street | City | State |
| Willow | Anchorage | AK |
| Main | Nome | AK |
| the HTML document tag: | < html> < /html> |
| the body of document tag: | < body> < /body> |
| the bold tag: | < b> < /b> |
| the italic tag: | < i> < /i> |
| the underline tag: | < u> < /u> |
| the horizontal rule tag: | < hr size=##> |
| the hyperlink tag: | < a href="$$$"> |
| the table tag: | < table border=1> < /table> |
| the table row tag: | < tr> < /tr> |
| the table data(or cell) tag: | < td> < /td> |
| the graphic image tag: | < img src=""> |